
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
@gasket/plugin-docusaurus
Advanced tools
Use Docusaurus to serve a website view of the collated docs from @gasket/plugin-docs.
npm i @gasket/plugin-docs @gasket/plugin-docusaurus
Update your gasket
file plugin configuration:
// gasket.js
+ import pluginDocusarus from '@gasket/plugin-docusaurus';
+ import pluginDocs from '@gasket/plugin-docs';
export default makeGasket({
plugins: [
+ pluginDocs
+ pluginDocusarus
]
});
Now, when you run npx gasket docs
in your app, a nice Docusaurus website will be
launched in your browser.
To be set under docusaurus
in the gasket.js
.
rootDir
- (string) Root Docusaurus directory. Default is .docs
.docsDir
- (string) Sub-directory for the generated markdown from the docs plugin. Default is docs
.port
- (number) Port to serve the docs from. Default is 3000
.host
- (string) Hostname to serve the docs from. Default is localhost
.// gasket.js
export default makeGasket({
docusaurus: {
rootDir: 'my-site-documents',
docsDir: 'markdown',
port: 8000,
host: 'custom-host'
}
});
// structure
gasket-app/ // app root
|_ my-site-documents // docusaurus root
|_ .docusaurus // build folder
|_ markdown // generated docs from @gasket/plugin-docs
docusaurus.config.js
A required docusaurus.config.js
will generated in the root directory if one is not present. Docusaurus allows for additional configuration/customization options and you can define those directly in the docusaurus.config.js
.
FAQs
Gasket plugin for docusaurus
The npm package @gasket/plugin-docusaurus receives a total of 137 weekly downloads. As such, @gasket/plugin-docusaurus popularity was classified as not popular.
We found that @gasket/plugin-docusaurus demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.